You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > ConcatHorz Method > MatrixInt.ConcatHorz Method (int, int, [In] TMtxInt[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.ConcatHorz Method (int, int, [In] TMtxInt[])

Concenate the Src matrices horizontally and store the results in the calling matrix.

Syntax
C#
Visual Basic
public TMtxInt ConcatHorz(int DestRow, int DestCol, [In] TMtxInt[] Src);

The DestRow and DestCol parameters indicate the starting position (in the calling matrix) for concenating. An exception is raised, if the calling matrix array bounds are overrun. An exception is raised, if any of the Src matrices Complex or Rows properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!